Project 1

Introduction

Because I have never made a website before, I have decided to created my own website for personal and potentially future business usage. I did a little research and determine that even though it is more expensive to run a Microsoft Web Server over Linux, that ASP.NET would be easier for a newbie to learn (especially since I only have a month). Therefore, I have chosen to use ASP.NET and C# for my projects this semester. I now own my very own domain: http://www.timbarnesengineering.com This is where I will be posting my work this semester.

Project 2

In order to get a fundamental understanding of ASP and how it interacts with HTML, I plan on creating the base website for my domain using style sheet (CSS), master pages, and content pages and many other ASP.NET components.

Project 3

This project will expand on Project 2 by creating a dummy business. With this business visitors will be able to:
  • Sign In/Out
  • Create accounts
  • Order products
  • Write reviews on products
  • Receive automated e-mails

Implementing these actions will require an SQL database with extensive use of ASP.NET components.